home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CMSC60.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  237b  |  9 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem 
  5. rem This builds the MSC 6.0 library. NOTE: it assumes that the compiler was
  6. rem installed to the directory C600.
  7. rem
  8. clint cmsc6.c -I/c600/include -L cmsc6 -w0
  9.